public IEnumerable <Areaclass> UpdateStatus(int Status, int UpdatedBy, int AreaId) { return(obj.UpdateStatus(Status, UpdatedBy, AreaId)); }