public async Task <int> AddLabel(tblLabel objtbllabel) { int result = 0; result = await noteService.AddLabel(objtbllabel); return(result); }