public int Edit(TblTeams team) { return(objteam.UpdateTeam(team)); }
public int Create(TblTeams team) { return(objteam.AddTeam(team)); }