http://stackoverflow.com/questions/15646074/remove-default-0-from-numeric-textbox
Change model property type to nullable: public int? RackNumber {get;set;}
http://stackoverflow.com/questions/15646074/remove-default-0-from-numeric-textbox
Change model property type to nullable: public int? RackNumber {get;set;}