public SalesPersonBeat POST(SalesPersonBeat obj) { try { return(db.Addsalesbeat(obj)); } catch (Exception ex) { return(null); } }