public string GenerateTowerAddFloor(int TotalFloor, int TowerID) { int i = fservice.AddFloor(TowerID, TotalFloor, User.Identity.Name); return(i.ToString()); }